home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 5 / cpp.doc < prev    next >
Text File  |  1985-11-19  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                    ATARI STtm COMMAND PROCESSOR PROGRAM v0.01
  7.                            PRELIMINARY DOCUMENTATION
  8.  
  9. Caveats of this version:
  10.     1.  No redirection.
  11.     2.  No single drive copies.
  12.     3.  No batch processing.
  13.     4.  Input to copy command must come from a valid file.
  14.     5.  Has not been tested with ramdisks or hard drives.
  15.  
  16. SUPPORTED COMMANDS:
  17.     1.  CLS
  18.               Clears the screen.
  19.     2.  DIRECTORY <drive> <pathname> <filename.ext>
  20.               Displays file names and file sizes of the qualifiers or defaults
  21.               to the current drive / directory.
  22.     3.  DELETE <drive> <pathname> filename.ext
  23.         ERASE <drive> <pathname> filename.ext
  24.               Irreversibly deletes the specified file.
  25.     4.  RENAME <drive> <pathname> filename.ext <drive> <pathname> filename.ext
  26.               Renames file from first qualifier to second qualifier.
  27.     5.  VERSION
  28.               Displays copyright message and the version number.
  29.     6.  TYPE <drive> <pathname> filename.ext
  30.               Displays file in textual format on the screen.  Same as copy
  31.               filename.ext con:
  32.     7.  COPY <drive> <pathname> filename.ext <drive> <pathname> filename.ext
  33.               Copy from one file to another.  If destination already exists
  34.               source is appended to destination.  Supports the following
  35.               destinations:
  36.                    con: console
  37.                    prt: or lpt: parallel port
  38.                    aux: or ser: serial port
  39.     8.  CDIR <drive> pathname
  40.               Changes current directory.
  41.     9.  MKDIR <drive> pathname
  42.               Makes a new subdirectory.
  43.    10.  RMDIR <drive> pathname
  44.               Removes an empty subdirectory.
  45.    11.  EXIT
  46.         QUIT
  47.               Terminates program and returns to desktop.
  48.  
  49.     If the command typed is not an intrinsic command (one of the above) it
  50. searches the current drive for a program to run, therefore no program can
  51. have the same name as an intrinsic command.  You must include the extension
  52. with the name, i.e. CP.PRG.  Reasonable defaults are assumed throughout.
  53. The basic structure is to simulate an MS-DOS command environment, hence the
  54. similarity.  Following versions will correct current bugs and incorporate
  55. the above caveats.  This program is not in the public domain and cannot be
  56. sold.  It may be freely distributed as long as the copyright remains intact.
  57. Donations, criticism and suggestions are highly welcome:
  58.     James Eli (74176,2137)
  59.     613 Paddy Run Rd.
  60.     Clarksville, TN  37042
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə